home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / uninstaller.exe / RCDATA / TFRMRESTORE / TFRMRESTORE.txt
Text File  |  2010-01-14  |  2KB  |  106 lines

  1. object frmRestore: TfrmRestore
  2.   Left = 243
  3.   Top = 245
  4.   AutoScroll = False
  5.   Caption = 'Restore'
  6.   ClientHeight = 325
  7.   ClientWidth = 394
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     394
  19.     325)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 377
  26.     Height = 33
  27.     AutoSize = False
  28.     Caption = 
  29.       'Please select a program entry which you want to restore and clic' +
  30.       'k '#39'Restore'#39' button.'
  31.     WordWrap = True
  32.   end
  33.   object ListView1: TListView
  34.     Left = 8
  35.     Top = 40
  36.     Width = 377
  37.     Height = 245
  38.     Anchors = [akLeft, akTop, akRight, akBottom]
  39.     Columns = <
  40.       item
  41.         Caption = 'Program Entry'
  42.         Width = 200
  43.       end
  44.       item
  45.         AutoSize = True
  46.         Caption = 'Backup Date'
  47.       end>
  48.     ReadOnly = True
  49.     RowSelect = True
  50.     TabOrder = 0
  51.     ViewStyle = vsReport
  52.     OnCompare = ListView1Compare
  53.   end
  54.   object BitBtn1: TBitBtn
  55.     Left = 223
  56.     Top = 295
  57.     Width = 75
  58.     Height = 25
  59.     Anchors = [akRight, akBottom]
  60.     Caption = 'Restore'
  61.     Default = True
  62.     TabOrder = 1
  63.     OnClick = BitBtn1Click
  64.   end
  65.   object BitBtn2: TBitBtn
  66.     Left = 310
  67.     Top = 295
  68.     Width = 75
  69.     Height = 25
  70.     Anchors = [akRight, akBottom]
  71.     Cancel = True
  72.     Caption = 'Cancel'
  73.     ModalResult = 2
  74.     TabOrder = 2
  75.   end
  76.   object BitBtn3: TBitBtn
  77.     Left = 7
  78.     Top = 295
  79.     Width = 75
  80.     Height = 25
  81.     Anchors = [akLeft, akBottom]
  82.     Caption = 'Delete'
  83.     TabOrder = 3
  84.     OnClick = BitBtn3Click
  85.   end
  86.   object IORegistry1: TIORegistry
  87.     RegHeader = 'REGEDIT4'
  88.     DataNameValueDelim = '='
  89.     StringStartEndChar = '"'
  90.     RootStart = '['
  91.     RootEnd = ']'
  92.     Filename = 'RegistryDump.reg'
  93.     RootKey = rkHKEY_CURRENT_USER
  94.     HexIntPrefix = 'dword:'
  95.     BinaryPrefix = 'hex:'
  96.     KeyLevelDelim = '\'
  97.     IncludeSubKeys = True
  98.     ExportDestination = eiFile
  99.     ImportSource = eiFile
  100.     RemovedPrefix = 'Removed : '
  101.     AddedPrefix = 'Added   : '
  102.     Left = 176
  103.     Top = 136
  104.   end
  105. end
  106.